home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2005 August / Sky at Night 3.iso / mac / soft.dir / 00098_Script_install4 < prev    next >
Text File  |  2005-06-23  |  388b  |  9 lines

  1. on mouseup me
  2.   if the platform contains "Mac" then
  3.     alert "Unfortunately, due to security features of Mac OS X, we are unable to open this file directly. Instead the folder containing the software will now open"
  4.     baopenfile ( the moviePath&"software:equinox", "normal" )    
  5.     moveToBack (the Stage)
  6.   else
  7.     alert "Sorry, this software is for Mac only"
  8.   end if 
  9. end